home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / tess / tess-1.0 / Underlay.h < prev    next >
Encoding:
Text File  |  1992-06-30  |  353 b   |  17 lines

  1. #import <appkit/appkit.h>
  2.  
  3. @interface Underlay: View
  4. {
  5.   id image;
  6.   id group;
  7. }
  8. + new;
  9. - printPSCode: sender;
  10. -endPage;
  11. - drawSelf:(const NXRect *)rects :(int)rectCount;
  12. - getImage;
  13. - setImageFromFile: (const char *) fn;            // use for loading TIFF    
  14. - setImage: (id) anNXImage;
  15. - setImageMaker: (id) drawobj;            // use for setting image from section
  16. @end
  17.